@charset "UTF-8";
/*--------------------------------------------------------------
0. Reset
--------------------------------------------------------------*/
@import url(font-awesome.min.css);
html {
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  color: #333;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

sup {
  top: -.5em; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

pre {
  white-space: pre-wrap; }

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }

figure > img {
  display: block; }

img {
  height: auto;
  max-width: 100%; }

img[class*="align"],
img[class*="attachment-"] {
  height: auto; }

embed,
iframe,
object {
  max-width: 100%;
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.5075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
1. Defaults
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 700; }

strong,
b {
  font-weight: bold; }

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

select {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 10px; }

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
  font-size: 15px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  color: #333; }
  input:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border-color: #bfbfbf;
    outline: none; }

textarea {
  padding: 10px 15px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"] {
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden; }

button:hover,
.btn:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none; }

button:focus,
textarea:focus {
  outline: 0; }

table {
  font-size: 14px;
  color: #333333;
  border-width: 1px;
  border-color: #e9e9e9;
  border-collapse: collapse;
  width: 100%; }

table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #f0f0f0; }

table tr:hover td {
  background-color: #f9f9f9; }

table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #ffffff; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both; }

.alignnone {
  display: block; }

/* Clear Floats */
.clear:before,
.clear:after,
.sidebar .widget_categories ul:after,
.sidebar .widget_kuaixun .widget-title:after {
  content: "";
  display: table; }

.clear:after, .sidebar .widget_categories ul:after, .sidebar .widget_kuaixun .widget-title:after {
  clear: both; }

.clear, .sidebar .widget_categories ul:after, .sidebar .widget_kuaixun .widget-title:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit; }

body {
  background: #fff;
  color: #333;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    color: #333; }
  a:active, a:focus {
    outline: 0; }

.container {
  margin: 0 auto;
  width: 1180px;
  left: 0; }

/* =Genericons, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
  font-family: 'Genericons';
  src: url("genericons/font/genericons-regular-webfont.eot");
  src: url("../fonts/genericons-regular-webfont.eot") format("embedded-opentype"), url("../fonts/genericons-regular-webfont.woff") format("woff"), url("../fonts/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.comment-list .children li:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_happythemes_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .container {
  position: relative; }

.wp-custom-header {
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  text-align: center; }
  .wp-custom-header img {
    margin: 0 auto; }

.site-header {
  width: 100%;
  height: 36px;
  line-height: 36px; }
  .site-header .search-icon {
    display: none;
    position: absolute;
    top: 20px;
    right: 0; }
    .site-header .search-icon:hover {
      cursor: pointer; }
    .site-header .search-icon span:before {
      color: #333;
      font-size: 22px;
      vertical-align: middle; }
    .site-header .search-icon .genericon-search.active {
      display: none; }
    .site-header .search-icon .genericon-close {
      display: none; }
    .site-header .search-icon .genericon-close.active {
      display: inline-block; }

.search-input {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #333;
  text-indent: 5px; }
  .search-input:focus {
    background-color: #fff;
    border-color: #bfbfbf; }

.search-submit {
  border-left: none;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle; }

/* Header Search */
.header-search {
  line-height: 1;
  width: 300px;
  height: 44px; }
  .header-search:after {
    color: #999;
    font-family: 'Genericons';
    font-size: 20px;
    content: '\f400';
    position: absolute;
    top: 13px;
    left: 10px; }
  .header-search .search-input {
    background: #f6f7f8;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    width: 300px;
    height: 44px;
    padding-left: 30px;
    position: absolute;
    top: 0;
    left: 0; }
  .header-search .search-submit {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    height: 44px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    text-align: center;
    text-transform: uppercase; }

/*--------------------------------------------------------------
2.1 Logo
--------------------------------------------------------------*/
.single-header {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  height: 60px;
  line-height: 60px; }
  .single-header .container {
    position: relative; }
  .single-header .site-branding {
    float: left;
    text-align: left;
    margin: 0;
    max-height: 60px; }
    .single-header .site-branding img {
      max-height: 46px;
      margin-top: 7px; }
  .single-header .header-search {
    position: absolute;
    top: 8px;
    right: 0; }

.site-branding {
  margin: 0 0 10px 0;
  text-align: center; }
  .site-branding #logo .logo-text {
    display: none; }
  .site-branding img {
    width: auto; }

.site-title {
  font-size: 1.4em; }
  .site-title a {
    font-weight: bold;
    display: block;
    text-decoration: none; }
    .site-title a:hover {
      text-decoration: none; }

.left-col .site-title {
  margin: 5px 0 20px;
  line-height: 1.2; }

.site-description {
  color: #999;
  font-size: 0.85em; }

/*--------------------------------------------------------------
2.1 Navigation Menu
--------------------------------------------------------------*/
/* Essential Styles */
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sf-menu li {
    position: relative; }
    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
      display: block; }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
    .sf-menu ul ul {
      top: 1px;
      left: 185px; }
  .sf-menu > li {
    float: left; }
  .sf-menu a {
    display: block;
    position: relative; }

/* Theme Navigation Skin */
.sf-menu {
  float: left; }
  .sf-menu ul {
    background-color: #fff;
    width: 100%;text-align: center;
    box-shadow: rgba(190, 190, 190, 0.45882) 0px 0 5px;
    -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    position: absolute;
    z-index: 999;
    padding: 0 15px; }
    .sf-menu ul:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      left: 30px;
      top: -7px;
      transform: translate(-50%, 50%) rotate(45deg);
      background-color: #fff;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
      z-index: 1; }
    .sf-menu ul ul:before {
      content: none; }
  .sf-menu a {
    text-decoration: none;
    zoom: 1;
    /* IE7 */ }
  .sf-menu li {
    line-height: 48px;
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */ }
    .sf-menu li a {
      padding: 0 15px;
      color: #333;
      font-size: 1em; }
      .sf-menu li a span {
        color: #fff;
        height: 16px;
        line-height: 16px;
        border-radius: 4px;
        font-size: 10px;
        padding: 0 3px;
        margin-left: 4px;
        display: inline-block;
        position: relative;
        top: -1px;
        text-transform: uppercase; }
        .sf-menu li a span.green {
          background-color: #6cbc35; }
        .sf-menu li a span.orange {
          background-color: #fd9f3e; }
        .sf-menu li a span.red {
          background-color: #ff4c4c; }
        .sf-menu li a span.blue {
          background-color: #00aeff; }
    .sf-menu li li {
      line-height: 1.5;
      border-bottom: 1px dotted #eee; }
      .sf-menu li li:first-child {
        background-color: #fff;
        z-index: 9; }
      .sf-menu li li:last-child {
        border-bottom: none; }
      .sf-menu li li a {
        background-color: #fff;
        color: #333;
        font-size: 1em;
        padding: 10px 0; }
  .sf-menu li:hover li a,
  .sf-menu li.sfHover li a {
    color: #333;
    display: block; }

/*** arrows (for all except IE7) **/
/* styling for both css and generated arrows */
.menu-item-has-children .sf-with-ul:after {
  position: absolute;
  right: 7px;
  content: '\f431';
  font: normal 14px/1 'Genericons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.45s transform; }

/* styling for right-facing arrows */
.menu-item-has-children ul .sf-with-ul:after {
  top: 0;
  right: 0;
  line-height: 1;
  content: '\f105';
  font: normal 14px/1 'fontawesome';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: none !important; }

#primary-bar {
  padding: 0 20px 0 10px; }

.top-right {
  float: right;
  line-height: 36px;
  font-size: 13px; }
  .top-right .current-date {
    margin-left: 6px; }
  .top-right li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    list-style: none;
    margin-right: 7px;
    padding-right: 7px;
    line-height: 1; }
    .top-right li:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }
  .top-right .header-search-icon {
    position: relative;
    top: -2px; }
  .top-right .header-toggles {
    position: relative;
    top: -1px; }
    .top-right .header-toggles .svg-icon {
      fill: #333;
      width: 22px;
      position: relative;
      top: -1px; }

.mobile-header {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  display: none;
  height: 60px;
  line-height: 60px; }
  .mobile-header .container {
    position: relative; }
  .mobile-header .site-branding {
    float: left;
    text-align: left;
    margin: 0; }
    .mobile-header .site-branding img {
      max-height: 36px;
      margin-top: 12px; }
  .mobile-header .top-right {
    line-height: 60px; }
    .mobile-header .top-right li {
      border: none; }
  .mobile-header .search-icon {
    display: block; }
    .mobile-header .search-icon:hover {
      cursor: pointer; }
    .mobile-header .search-icon .fa {
      color: #333;
      font-size: 18px;
      width: 20px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      vertical-align: middle; }
    .mobile-header .search-icon .fa-search.active {
      display: none; }
    .mobile-header .search-icon .fa-close {
      display: none; }
    .mobile-header .search-icon .fa-close.active {
      display: inline-block; }
  .mobile-header .header-search {
    display: none;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 1;
    width: 300px;
    height: 60px;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 2;
    box-shadow: rgba(190, 190, 190, 0.7) 0px 1px 5px;
    -webkit-box-shadow: rgba(190, 190, 190, 0.7) 0px 1px 5px; }
    .mobile-header .header-search:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      right: 3px;
      top: -8px;
      transform: translate(-50%, 50%) rotate(45deg);
      background-color: #fff;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
      z-index: 1; }
    .mobile-header .header-search:after {
      color: #999;
      font-family: 'Genericons';
      font-size: 24px;
      content: '\f400';
      position: absolute;
      top: 18px;
      left: 11px;
      z-index: 99; }
    .mobile-header .header-search form {
      z-index: 9;
      background: #fff;
      height: 60px;
      position: relative; }
    .mobile-header .header-search .search-input {
      background-color: #fff;
      border: none;
      color: #333;
      font-size: 16px;
      width: 236px;
      height: 60px;
      padding-left: 38px; }
    .mobile-header .header-search .search-submit {
      box-shadow: none;
      border-radius: 2px;
      color: #fff;
      font-size: 16px;
      height: 36px;
      position: absolute;
      top: 13px;
      right: 12px;
      padding: 0 12px; }
      .mobile-header .header-search .search-submit:hover {
        background-image: url("../images/overlay.png");
        background-repeat: repeat; }

#primary-menu {
  float: left; }
  #primary-menu.sf-arrows .sf-with-ul {
    padding-right: 24px; }
  #primary-menu.sf-arrows .sf-with-ul:after {
    line-height: 35px; }
  #primary-menu.sf-arrows li li .sf-with-ul {
    margin-right: 0; }
    #primary-menu.sf-arrows li li .sf-with-ul:after {
      top: 5px;
      right: -2px;
      line-height: 36px; }
  #primary-menu li {
    position: relative;
    transition: 0.3s all; }
    #primary-menu li a {
      font-size: 13px;
      line-height: 36px; }
    #primary-menu li.sfHover a,
    #primary-menu li a:hover {
      background: url("../images/overlay.png") repeat;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
      #primary-menu li.sfHover a.sf-with-ul:after,
      #primary-menu li a:hover.sf-with-ul:after {
        transform: rotate(180deg); }
    #primary-menu li a:hover {
      text-decoration: none; }
    #primary-menu li.current-menu-item li a {
      color: #111; }
    #primary-menu li ul {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      margin: 0; }
    #primary-menu li li {
      border-left: none;
      line-height: 1.5;
      padding-top: 0; }
      #primary-menu li li a:link,
      #primary-menu li li a:visited,
      #primary-menu li li a:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
        background: none;
        border-left: none;
        border-bottom: none;
        color: #111;
        line-height: 1.5;
        margin: 0; }
      #primary-menu li li.current-menu-item a {
        color: #111; }
      #primary-menu li li .sf-with-ul:after {
        margin-top: -5px; }
      #primary-menu li li ul {
        margin-top: -1px; }

/*--------------------------------------------------------------
3. Homepage
--------------------------------------------------------------*/
.left-col {
  float: left;
  width: 120px; }

.right-col {
  float: right;
  width: 700px; }

.entry-title a,
.entry-title a:visited {
  color: #222; }

/* Site Content */
.site-content {
  padding: 20px 0;
  position: relative; }

#primary {
  float: left;
  width: 850px; }

.site-main {
  background-color: #fff; }

/*--------------------------------------------------------------
3.2 Recent Content
--------------------------------------------------------------*/
.entry-category {
  margin-right: 10px; }
  .entry-category a {
    background-color: #f7f7f7;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    padding: 6px 8px;
    -webkit-backface-visibility: hidden; }
    .entry-category a:hover {
      background-color: #f2f7f9;
      text-decoration: none; }

.post-link {
  display: block;
  position: relative; }

#recent-content.content-list .post-wrap:after {
  clear: both;
  content: " ";
  display: block; }
#recent-content.content-list .thumbnail-link {
  float: left;
  margin: 0 16px 0 0;
  line-height: 0.5; }
  #recent-content.content-list .thumbnail-link img {
    width: 100%;
    height: 102px; }
#recent-content.content-list .entry-overview {
  display: table;
  overflow: hidden;
 }
  #recent-content.content-list .entry-overview.block-div {
    display: block; }
  #recent-content.content-list .entry-overview .entry-overview-inner {
    display: table-cell;
    vertical-align: middle; }
#recent-content.content-list .entry-meta {
  margin-top: 12px; }
#recent-content.content-list .entry-summary {
  display: table;
  line-height: 1.8;
  color: #777;
  font-size: 15px;
  margin-top: 12px; }
  #recent-content.content-list .entry-summary p {
    display: inline; }
#recent-content.content-list .hentry {
  position: relative;
  border-bottom: 1px solid #e9e9e9; }
#recent-content.content-list .content-ad {
  line-height: 0.5;
  border-bottom: 1px solid #e9e9e9;
  text-align: center; }
  #recent-content.content-list .content-ad .widget-title {
    display: none !important; }
  #recent-content.content-list .content-ad .adwidget {
    line-height: 1; }
  #recent-content.content-list .content-ad img {
    line-height: 0.5; }
#recent-content.content-list .entry-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25; }
  #recent-content.content-list .entry-title a:hover {
    text-decoration: none; }
#recent-content.content-list .gallery-list {
  margin: 15px 0 10px; }
  #recent-content.content-list .gallery-list:after {
    clear: both;
    content: " ";
    display: block; }
  #recent-content.content-list .gallery-list li {
    list-style: none;
    margin-bottom: 0 !important; }
    #recent-content.content-list .gallery-list li img {
      width: 100%; }
    #recent-content.content-list .gallery-list li:last-child {
      margin-right: 0; }

.read-more a,
.read-more a:visited {
  font-size: 14px;
  text-transform: uppercase; }
.read-more a:hover {
  text-decoration: none; }

.content-list .entry-meta,
.content-search .entry-meta,
.single #primary article.hentry .entry-meta {
  font-size: 13px;
  color: #999; }
  .content-list .entry-meta:after,
  .content-search .entry-meta:after,
  .single #primary article.hentry .entry-meta:after {
    clear: both;
    content: " ";
    display: block; }
  .content-list .entry-meta .sep,
  .content-search .entry-meta .sep,
  .single #primary article.hentry .entry-meta .sep {
    margin: 0 2px; }
  .content-list .entry-meta .entry-comment a,
  .content-list .entry-meta .entry-author a,
  .content-search .entry-meta .entry-comment a,
  .content-search .entry-meta .entry-author a,
  .single #primary article.hentry .entry-meta .entry-comment a,
  .single #primary article.hentry .entry-meta .entry-author a {
    color: #999; }
    .content-list .entry-meta .entry-comment a:hover,
    .content-list .entry-meta .entry-author a:hover,
    .content-search .entry-meta .entry-comment a:hover,
    .content-search .entry-meta .entry-author a:hover,
    .single #primary article.hentry .entry-meta .entry-comment a:hover,
    .single #primary article.hentry .entry-meta .entry-author a:hover {
      color: #333; }
  .content-list .entry-meta .entry-author .avatar,
  .content-search .entry-meta .entry-author .avatar,
  .single #primary article.hentry .entry-meta .entry-author .avatar {
    width: 20px;
    border-radius: 50%;
    margin: -2px 4px 0 0;
    vertical-align: middle; }

.no-results {
  padding: 20px 0; }
.more-news{background: #f4f5f6;
    border-radius: 20px;display: block;
    font-size: 0.9em;width: 200px;
    padding:8px 0;margin: 0 auto;text-align: center;
    margin-top: 20px;color: #00aeff;}
	.more-news:hover{background: #00aeff;color: #fff;}
/*--------------------------------------------------------------
3.3 Pagination
--------------------------------------------------------------*/
/* loader-ellips
------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto 40px; }

.loader-ellips__dot {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  background: #999;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }
@keyframes slide {
  to {
    transform: translateX(1.5em); } }
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

/* stylelint-disable-next-line no-duplicate-selectors */
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

.page-load-status {
  display: none;
  /* hidden by default */
  padding: 20px 0 0;
  text-align: center;
  color: #777; }

.view-more-button {
  display: none;
  /* hidden by default */
  margin: 0 auto; }

.entry-view-more {
  text-align: center; }
  .entry-view-more button {
    background: #f4f5f6;
    border-radius: 20px;
    font-size: 0.9em;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px; }
    .entry-view-more button:active {
      color: #999; }

.pagination {
  margin: 30px 0 0 0;
  width: 100%;
  text-align: center; }
  .pagination li{display: inline-block;}
  .pagination a {
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    height: 32px;padding: 0 10px;
    line-height: 32px;margin-top: 5px;
    text-transform: uppercase; }
    .pagination a:hover {
      background-color: #f4f5f6;
      text-decoration: none; }
    .pagination li.active a {
      background-color: #f4f5f6;color: #ff4c4c; }
/*--------------------------------------------------------------
4. Single Post/Page
--------------------------------------------------------------*/
/* Zhuanti */
.entry-content .zhuanti-block {
  margin-bottom: 40px;
  border: 1px solid #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.3s all; }
  .entry-content .zhuanti-block:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
  .entry-content .zhuanti-block a {
    text-decoration: none; }
  .entry-content .zhuanti-block .zhuanti-title {
    font-size: 1.1em;
    margin: 0 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .entry-content .zhuanti-block .zhuanti-title a {
      color: #333; }
  .entry-content .zhuanti-block .zhuanti-desc {
    color: #999;
    font-size: 0.9em;
    line-height: 1.7;
    margin-bottom: 15px; }
  .entry-content .zhuanti-block .thumbnail-link {
    display: block;
    margin-bottom: 10px;
    line-height: 0.5; }
  .entry-content .zhuanti-block img {
    border-radius: 5px;
    margin: 0 0 10px 0; }
  .entry-content .zhuanti-block ul {
    margin-bottom: 0; }
    .entry-content .zhuanti-block ul li {
      font-size: 0.9em;
      line-height: 1.4;
      margin-bottom: 15px;
      padding-left: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .entry-content .zhuanti-block ul li:before {
        top: 8px; }
      .entry-content .zhuanti-block ul li:last-child {
        margin-bottom: 10px; }
      .entry-content .zhuanti-block ul li a {
        color: #333; }

.page-title {
  font-size: 1.6em;
  margin-bottom: 25px;
  line-height: 1.2; }

.breadcrumbs {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px; }
  .breadcrumbs h1 {
    display: inline-block;
    font-size: 1.2em;
    margin-right: 15px; }
  .breadcrumbs .sub-categories {
    display: inline-block; }
    .breadcrumbs .sub-categories li {
      display: inline-block;
      list-style: none;
      margin: 0 15px 0 0; }
      .breadcrumbs .sub-categories li.cat-item-none {
        display: none; }
      .breadcrumbs .sub-categories li ul {
        display: none; }

.zhuanti-image {
  margin-bottom: 15px; }

.taxonomy-description {
  color: #777;
  margin: 0 0 10px 0; }

.tax-zhuanti .breadcrumbs h1 {
  font-size: 1.6em;
  margin-bottom: 15px; }

.single-excerpt {
  background-color: #f4f5f6;
  border-radius: 4px;
  margin: 10px 0 20px 0;
  position: relative;
  padding: 10px 15px; }
  .single-excerpt p {
    color: #999; }

.single .entry-header {
  margin-bottom: 20px; }
  .single .entry-header .entry-meta {
    height: 30px; }
    .single .entry-header .entry-meta:after {
      content: " ";
      clear: both;
      display: block; }
  .single .entry-header .entry-meta-right {
    float: right; }
.single .bx-wrapper {
  visibility: hidden;
  margin-bottom: 25px; }
.single .gallery-slider {
  display: none;
  height: 100%; }
  .single .gallery-slider:after {
    clear: both;
    content: " ";
    display: block; }
  .single .gallery-slider li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .single .gallery-slider li img {
      width: 100%;
      margin-bottom: 0; }
    .single .gallery-slider li:before {
      content: none; }
    .single .gallery-slider li .image-desc {
      background-color: #333;
      background-color: rgba(50, 50, 50, 0.7);
      color: #fff;
      font-size: 14px;
      padding: 12px 2%;
      position: absolute;
      bottom: 0;
      width: 97%; }

.must-log-in {
  background: #f4f5f6;
  color: #999;
  padding: 20px;
  border-radius: 4px;
  text-align: center; }
  .must-log-in a {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 3px;
    padding-bottom: 2px; }

.error404 .site-main .entry-thumbnail,
.single .site-main .entry-thumbnail,
.page .site-main .entry-thumbnail {
  margin-bottom: 10px; }
.error404 h1.entry-title,
.single h1.entry-title,
.page h1.entry-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px; }

.single-kuaixun .comments-area {
  border-top: 1px solid #e9e9e9; }

.tag-list {
  margin-bottom: 20px; }
  .tag-list li {
    display: inline-block;
    float: left;
    list-style: none;
    width: 18.8%;
    margin: 0 1.5% 10px 0;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .tag-list li:nth-of-type(5n) {
      margin-right: 0; }
    .tag-list li .tag-count {
      color: #999;
      float: right; }
    .tag-list li a {
      background-color: #f4f5f6;
      border-radius: 3px;
      display: block;
      font-size: 14px;
      padding: 0 10px;
      height: 32px;
      line-height: 32px; }
      .tag-list li a:after {
        clear: both;
        content: " ";
        display: block; }
      .tag-list li a:hover {
        color: #fff; }
        .tag-list li a:hover .tag-count {
          color: #fff; }

.error404 .entry-content label,
.error404 .page-content label {
  display: inline-block; }

.archive-breadcrumbs {
  color: #999;
  font-size: 0.8em;
  margin-bottom: 15px; }
  .archive-breadcrumbs a {
    color: #999; }
    .archive-breadcrumbs a:hover {
      color: #333; }
  .archive-breadcrumbs .fa {
    margin: 0 2px; }

.single-breadcrumbs {
  color: #999;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 30px; }
  .single-breadcrumbs a {
    color: #999; }
    .single-breadcrumbs a:hover {
      color: #333; }
  .single-breadcrumbs .fa {
    margin: 0 2px; }

.admin-bar .is-sticky .left-col {
  top: 32px !important; }

@media (max-width: 782px) {
  .admin-bar .is-sticky .left-col {
    top: 46px !important; } }
.single #primary .left-col.header-scrolled {
  margin-top: 20px; }
.single #primary .entry-footer .entry-tags {
  float: left; }
.single #primary .entry-footer .custom-share {
  float: right; }

.single-credit {
  background-color: #f4f5f6;
  border-radius: 4px;
  margin: 30px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #999;
  padding: 10px; }
  .single-credit a {
    color: #999; }
    .single-credit a:hover {
      color: #333; }

.title-flag, .entry-related h3:before, .comments-title:before, .comment-reply-title:before, .sidebar .widget .widget-title:before {
  border-radius: 3px;
  content: " ";
  width: 4px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0; }

/* Post Nav */
.post-nav {
  border-bottom: 1px solid #e9e9e9;
  font-size: 0.95em;
  margin-top: 20px;
  padding-bottom: 20px; }
  .post-nav .post-nav-previous,
  .post-nav .post-nav-next {
    color: #999;
    width: 50%;
    box-sizing: border-box; }
    .post-nav .post-nav-previous a,
    .post-nav .post-nav-next a {
      display: block;
      line-height: 1.4;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .post-nav .post-nav-previous {
    float: left;
    padding-right: 5px; }
  .post-nav .post-nav-next {
    padding-left: 5px;
    float: right;
    text-align: right; }

/* Author Box */
.author-box {
  border: 1px solid #e9e9e9;
  margin: 25px 0 0 0;
  padding: 20px;
  position: relative;
  z-index: 2; }
  .author-box .avatar {
    border-radius: 50%;
    float: left;
    width: 64px;
    height: auto;
    line-height: 0.8;
    margin: 0 18px 0 0; }
  .author-box .author-meta .author-name {
    font-size: 1em;
    margin-bottom: 10px; }
    .author-box .author-meta .author-name span {
      border: 1px solid;
      border-radius: 2px;
      color: #00aeff;
      display: inline-block;
      font-size: 12px;
      font-weight: normal;
      height: 18px;
      line-height: 18px;
      padding: 0 5px;
      margin-left: 10px;
      position: relative;
      top: -1px; }
  .author-box .author-meta .author-desc {
    color: #666;
    display: table;
    font-size: 0.95em; }

/* Related  Posts */
.entry-related {
  margin: 25px 0 0 0; }
  .entry-related h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative; }

/* Entry Tags */
.entry-tags {
  color: #999;
  margin-bottom: -5px; }
  .entry-tags span {
    font-size: 13px;
    margin-right: 10px; }
  .entry-tags .tag-links a {
    background-color: #f4f5f6;
    border-radius: 12px;
    display: inline-block;
    color: #777;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin: 0 2px 5px 0;
    padding: 0 8px;
    position: relative; }
    .entry-tags .tag-links a:hover {
      background-color: #f2f7f9;
      text-decoration: none; }

/* Entry Content */
.page-content,
.entry-content {
  /* Begin WP 5.0+ Styles */
  /* End WP 5.0+ Styles */ }
  .page-content a:hover,
  .entry-content a:hover {
    color: #ffbe02; }
  .page-content .wp-post-image,
  .entry-content .wp-post-image {
    margin-bottom: 20px;
    width: 100%; }
  .page-content img,
  .entry-content img {
    margin-bottom: 20px;
    max-width: 100%; }
  .page-content .wp-caption img,
  .entry-content .wp-caption img {
    margin-bottom: 0; }
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.35; }
  .page-content h1,
  .entry-content h1 {
    font-size: 26px; }
  .page-content h2,
  .entry-content h2 {
    font-size: 22px; }
  .page-content h3,
  .entry-content h3 {
    font-size: 18px; }
  .page-content h4,
  .entry-content h4 {
    font-size: 16px; }
  .page-content h5, .page-content h6,
  .entry-content h5,
  .entry-content h6 {
    font-size: 14px; }
  .page-content p,
  .entry-content p {
    line-height: 1.8;
    margin-bottom: 25px; }
  .page-content code p,
  .page-content blockquote p,
  .page-content form p,
  .page-content table p,
  .entry-content code p,
  .entry-content blockquote p,
  .entry-content form p,
  .entry-content table p {
    text-indent: 0; }
  .page-content ul,
  .page-content ol,
  .entry-content ul,
  .entry-content ol {
    margin: 0 0 25px 0; }
    .page-content ul ul,
    .page-content ul ol,
    .page-content ol ul,
    .page-content ol ol,
    .entry-content ul ul,
    .entry-content ul ol,
    .entry-content ol ul,
    .entry-content ol ol {
      margin: 8px 0 0 25px; }
  .page-content ul li,
  .entry-content ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding-left: 15px;
    position: relative; }
    .page-content ul li:hover:before,
    .entry-content ul li:hover:before {
      color: #333; }
    .page-content ul li:before,
    .entry-content ul li:before {
      border-radius: 3px;
      background-color: #ccc;
      content: " ";
      display: inline-block;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 0;
      top: 11px; }
    .page-content ul li ul li,
    .entry-content ul li ul li {
      list-style: none; }
  .page-content ol li,
  .entry-content ol li {
    list-style: inside decimal;
    margin: 0 0 10px 0; }
  .page-content select,
  .entry-content select {
    padding: 0 5px; }
    .page-content select:focus, .page-content select:active,
    .entry-content select:focus,
    .entry-content select:active {
      outline: none; }
  .page-content dl,
  .entry-content dl {
    margin-bottom: 20px; }
  .page-content fieldset,
  .entry-content fieldset {
    border: 1px solid #e9e9e9;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em; }
  .page-content input[type="radio"],
  .entry-content input[type="radio"] {
    -webkit-appearance: radio; }
  .page-content input[type="checkbox"],
  .entry-content input[type="checkbox"] {
    -webkit-appearance: checkbox; }
  .page-content ::-webkit-file-upload-button,
  .entry-content ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; }
  .page-content table,
  .entry-content table {
    margin-bottom: 20px; }
  .page-content select,
  .entry-content select {
    border: 1px solid #e9e9e9;
    font-size: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 2em;
    max-width: 100%;
    -webkit-appearance: menulist; }
  .page-content input[type="text"],
  .page-content input[type="email"],
  .page-content input[type="url"],
  .page-content input[type="search"],
  .page-content input[type="password"],
  .entry-content input[type="text"],
  .entry-content input[type="email"],
  .entry-content input[type="url"],
  .entry-content input[type="search"],
  .entry-content input[type="password"] {
    width: 300px; }
  .page-content input[type="file"],
  .entry-content input[type="file"] {
    border: none; }
  .page-content textarea,
  .entry-content textarea {
    width: 100%;
    height: 200px; }
  .page-content .wp-caption,
  .entry-content .wp-caption {
    background-color: #f7f7f7;
    padding: 0 0 1px 0; }
  .page-content .wp-caption-text,
  .entry-content .wp-caption-text {
    font-size: 13px;
    font-style: italic;
    color: #999; }
  .page-content .wp-block-gallery,
  .entry-content .wp-block-gallery {
    margin: 0 0 9px 0; }
    .page-content .wp-block-gallery li,
    .entry-content .wp-block-gallery li {
      padding: 0; }
      .page-content .wp-block-gallery li:before,
      .entry-content .wp-block-gallery li:before {
        content: none; }
      .page-content .wp-block-gallery li img,
      .entry-content .wp-block-gallery li img {
        margin: 0; }
  .page-content .wp-block-audio figcaption,
  .page-content .wp-block-video figcaption,
  .page-content .wp-block-image figcaption,
  .page-content .wp-block-gallery .blocks-gallery-image figcaption,
  .page-content .wp-block-gallery .blocks-gallery-item figcaption,
  .entry-content .wp-block-audio figcaption,
  .entry-content .wp-block-video figcaption,
  .entry-content .wp-block-image figcaption,
  .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
  .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center; }
  .page-content .wp-block-image figcaption,
  .entry-content .wp-block-image figcaption {
    margin-top: -20px; }
  .page-content cite,
  .entry-content cite {
    font-size: 15px;
    margin-bottom: 20px; }
  .page-content iframe,
  .page-content .wp-block-audio,
  .page-content .wp-block-video,
  .entry-content iframe,
  .entry-content .wp-block-audio,
  .entry-content .wp-block-video {
    margin-bottom: 20px; }
  .page-content * p,
  .entry-content * p {
    text-indent: 0; }
  .page-content .page-links,
  .entry-content .page-links {
    color: #999;
    text-align: center; }
    .page-content .page-links .page-links-title,
    .entry-content .page-links .page-links-title {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      color: #999; }
    .page-content .page-links span,
    .entry-content .page-links span {
      border: 1px solid #efefef;
      background-color: #fff;
      display: inline-block;
      margin: 0 -3px;
      padding: 0 12px;
      height: 34px;
      line-height: 34px; }
    .page-content .page-links a,
    .entry-content .page-links a {
      text-decoration: none; }
      .page-content .page-links a:last-child span,
      .entry-content .page-links a:last-child span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }

blockquote {
  color: #999999;
  font-size: 18px;
  padding: 0.25em 50px;
  line-height: 1.45;
  position: relative; }
  blockquote:before {
    display: block;
    content: "\201C";
    font-size: 64px;
    position: absolute;
    left: 0;
    top: -15px;
    color: #cccccc; }
  blockquote cite {
    color: #333333;
    display: block;
    margin-top: 10px; }
    blockquote cite:before {
      content: "\2014 \2009"; }

#primary p,
.widget p,
.entry-summary,
.author-desc {
  line-height: 1.8em; }

/*--------------------------------------------------------------
5. Archive/Search Page
--------------------------------------------------------------*/
.search-no-results .page-title {
  font-size: 18px;
  margin-bottom: 10px; }

.no-results .entry-content p,
.no-results .page-content p,
.not-found .entry-content p,
.not-found .page-content p {
  text-indent: 0; }

.page-template-page-kuaixun .breadcrumbs,
.post-type-archive-kuaixun .breadcrumbs {
  border-bottom: none;
  margin-bottom: 20px; }
.page-template-page-kuaixun .day-posts,
.post-type-archive-kuaixun .day-posts {
  border-left: 1px dashed #e6e6e6;
  padding-left: 20px; }
.page-template-page-kuaixun .hentry,
.post-type-archive-kuaixun .hentry {
  margin-bottom: 50px; }
  .page-template-page-kuaixun .hentry .thumbnail-wrap,
  .post-type-archive-kuaixun .hentry .thumbnail-wrap {
    float: left;
    margin: 0 15px 0 0;
    line-height: 0.5;
    width: 140px; }
  .page-template-page-kuaixun .hentry .day-title,
  .post-type-archive-kuaixun .hentry .day-title {
    font-weight: normal;
    font-size: 1.2em;
    margin: 10px 0 30px;
    position: relative; }
    .page-template-page-kuaixun .hentry .day-title:before,
    .post-type-archive-kuaixun .hentry .day-title:before {
      background-color: #00aeff;
      border: 4px solid #00aeff;
      border-radius: 2px;
      content: " ";
      display: block;
      position: absolute;
      left: -27px;
      top: 6px;
      width: 5px;
      height: 5px; }
.page-template-page-kuaixun .post-time,
.post-type-archive-kuaixun .post-time {
  color: #777;
  font-size: 0.85em;
  margin-bottom: 10px;
  position: relative; }
  .page-template-page-kuaixun .post-time:before,
  .post-type-archive-kuaixun .post-time:before {
    background-color: #fff;
    border: 4px solid #c4dff6;
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    left: -27px;
    top: 5px;
    width: 5px;
    height: 5px; }
  .page-template-page-kuaixun .post-time span,
  .post-type-archive-kuaixun .post-time span {
    margin-right: 6px; }
.page-template-page-kuaixun .entry-title,
.post-type-archive-kuaixun .entry-title {
  font-size: 1.2em;
  margin-bottom: 10px; }
.page-template-page-kuaixun .entry-summary,
.post-type-archive-kuaixun .entry-summary {
  color: #777;
  display: table;
  font-size: 0.92em; }
  .page-template-page-kuaixun .entry-summary .source-link,
  .post-type-archive-kuaixun .entry-summary .source-link {
    color: #00aeff;
    padding-bottom: 3px; }
    .page-template-page-kuaixun .entry-summary .source-link:hover,
    .post-type-archive-kuaixun .entry-summary .source-link:hover {
      border-bottom: 1px solid #e9e9e9; }

/*--------------------------------------------------------------
6. Comments
--------------------------------------------------------------*/
.comments-area {
  margin-top: 25px; }

.comment-respond {
  margin: 25px 0 0 0; }

.comments-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 12px;
  position: relative; }
  .comments-title:before {
    top: 28px; }

.comment-reply-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 12px;
  position: relative; }

.comment-list {
  list-style: none; }

.comment-author {
  font-size: 14px; }

.comment-meta {
  margin-bottom: 4px; }

.comment-list .reply,
.comment-metadata {
  font-size: 13px; }

.comment-list .reply {
  margin-top: 10px; }

.comment-author .fn {
  font-weight: normal; }

.comment-author a {
  color: #2b2b2b; }

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.comment-list .reply a {
  color: #999; }

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
  color: #333; }

.comment-author a:hover {
  color: #333; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0 0 20px 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px; }

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
  padding-top: 0; }

.comment-author {
  position: relative; }

.comment-author .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: auto; }

.bypostauthor > article .fn:before {
  color: #fbb034;
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

.says {
  display: none; }

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  padding-left: 64px; }

.comment-author {
  display: inline; }

.comment-metadata {
  display: inline;
  margin-left: 7px; }

.comment-edit-link {
  margin-left: 10px; }
  .comment-edit-link:hover {
    text-decoration: none; }

#cancel-comment-reply-link:hover {
  text-decoration: none; }

.comment-edit-link:before {
  content: "\f411"; }

.comment-reply-link:hover {
  text-decoration: none; }

.comment-reply-link:before,
.comment-reply-login:before {
  content: '\f467';
  color: #aaa;
  margin-right: 2px; }

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-content > :last-child {
  margin-bottom: 0; }

.comment-list .children {
  list-style: none;
  margin-left: 64px; }

.comment .comment-respond {
  margin: 25px 0; }

.comment-respond h3 {
  margin-top: 0; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #999; }
  .comment-notes a,
  .comment-awaiting-moderation a,
  .logged-in-as a,
  .no-comments a,
  .form-allowed-tags a,
  .form-allowed-tags code a {
    color: #999; }
    .comment-notes a:hover,
    .comment-awaiting-moderation a:hover,
    .logged-in-as a:hover,
    .no-comments a:hover,
    .form-allowed-tags a:hover,
    .form-allowed-tags code a:hover {
      color: #333; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  margin-bottom: 10px; }

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase; }

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 20px; }
.comment-form textarea {
  width: 100%; }
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 48.5%; }
.comment-form .comment-form-url {
  width: 100%; }
.comment-form .comment-form-author {
  float: right; }
.comment-form .comment-form-email {
  float: left; }
.comment-form .comment-form-url {
  float: left; }
.comment-form:after {
  content: '';
  display: block;
  clear: both; }
.comment-form .submit {
  font-size: 14px;
  padding: 0 18px; }

.comment-form label {
  font-size: 14px; }

.comment-form-cookies-consent {
  display: none;
  margin-bottom: 20px; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%; }

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5; }

.required {
  color: #c0392b; }

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 20px; }

.comment-navigation {
  font-size: 13px; }
  .comment-navigation:after {
    clear: both;
    content: " ";
    display: block; }
  .comment-navigation .nav-next,
  .comment-navigation .nav-previous {
    display: inline-block; }
  .comment-navigation .nav-previous {
    float: left; }
  .comment-navigation .nav-next {
    float: right; }

#comment-nav-above {
  margin-bottom: 20px; }

#comment-nav-below {
  margin-bottom: 0; }

/*--------------------------------------------------------------
7. Sidebar
--------------------------------------------------------------*/
.sidebar-2 #left-nav {
  background-color: #fff;
  text-align: center;
  margin-bottom: -5px; }
  .sidebar-2 #left-nav li .fa {
    display: none; }
  .sidebar-2 #left-nav li a {
    border-radius: 4px;
    display: block;
    line-height: 1.3;
    margin-bottom: 2px;
    padding: 10px 10px; }
    .sidebar-2 #left-nav li a:hover {
      color: #fff; }
  .sidebar-2 #left-nav li.current-cat a, .sidebar-2 #left-nav li.current-menu-item a {
    color: #fff; }
  .sidebar-2 #left-nav li.categories h3 {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.3;
    list-style: none;
    margin-bottom: 5px;
    padding: 10px 0; }

.category .sidebar-2 #left-nav li.categories h3 {
  background-color: transparent;
  color: #999; }

.sidebar-2 #left-nav li.menu-item-home a,
.category .sidebar-2 #left-nav li.menu-item-home a:hover {
  color: #fff; }

.category .sidebar-2 #left-nav li.menu-item-home a {
  color: #333; }

.sidebar {
  float: right;
  width: 300px; }
  .sidebar .widget {
    background-color: #f5f6f7;
    margin-bottom: 20px;
    padding: 20px 17px;
    line-height: 1.4; }
    .sidebar .widget:after {
      content: " ";
      clear: both;
      display: block; }
    .sidebar .widget:last-child {
      margin-bottom: 0; }
    .sidebar .widget .widget-title {
      color: #333;
      font-size: 1.1em;
      margin: -5px 0 20px;
      padding-left: 12px;
      position: relative; }
    .sidebar .widget p {
      margin-bottom: 15px; }
    .sidebar .widget ul .children,
    .sidebar .widget ul .sub-menu {
      padding-left: 1.5em; }
      .sidebar .widget ul .children li:first-child,
      .sidebar .widget ul .sub-menu li:first-child {
        padding: 15px 0;
        border-top: 1px solid #e9e9e9; }
    .sidebar .widget ul > li {
      list-style: none;
      margin-bottom: 15px;
      position: relative; }
      .sidebar .widget ul > li a {
        color: #333; }
    .sidebar .widget ul li:last-child {
      margin-bottom: 0; }
    .sidebar .widget select {
      width: 100%;
      max-width: 100%; }
  .sidebar .widget_search {
    background-color: transparent !important;
    padding: 0 !important; }
    .sidebar .widget_search #searchform {
      position: relative; }
    .sidebar .widget_search input[type='search'] {
      background-color: #f4f5f6;
      width: 100%;
      height: 44px;
      line-height: 44px;
      border: 1px solid #e9e9e9;
      border-radius: 3px; }
    .sidebar .widget_search button.search-submit,
    .sidebar .widget_search input[type='submit'] {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      width: 80px;
      height: 44px;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      position: absolute;
      top: 0;
      right: 0; }
    .sidebar .widget_search:nth-of-type(2) {
      display: none; }
  .sidebar #search-2 {
    display: none; }
  .sidebar .widget_social_icons ul li,
  .sidebar .widget_posts_thumbnail ul li {
    list-style: none; }
    .sidebar .widget_social_icons ul li:before,
    .sidebar .widget_posts_thumbnail ul li:before {
      content: none;
      display: none; }
  .sidebar .widget_posts_thumbnail {
    color: #999;
    line-height: 1.35; }
    .sidebar .widget_posts_thumbnail ul > li {
      margin-bottom: 20px;
      padding: 0; }
    .sidebar .widget_posts_thumbnail .thumbnail-wrap,
    .sidebar .widget_posts_thumbnail .wp-post-image,
    .sidebar .widget_posts_thumbnail img {
      width: 100px;
      height: 67px; }
  .sidebar .widget_categories .cat-item {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sidebar .widget_archive ul li {
    display: inline-block;
    width: 49%; }
  .sidebar .widget_kuaixun .kuaixun-more {
    color: #999;
    float: right;
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: 3px; }
    .sidebar .widget_kuaixun .kuaixun-more:hover {
      color: #00aeff; }
  .sidebar .widget_kuaixun ul {
    border-left: 1px dashed #e6e6e6;
    margin-left: 2px; }
  .sidebar .widget_kuaixun ul > li {
    padding-left: 18px; }
    .sidebar .widget_kuaixun ul > li:before {
      background-color: #fff;
      border: 4px solid #c4dff6;
      border-radius: 50%;
      content: " ";
      display: block;
      position: absolute;
      left: -7px;
      top: 3px;
      width: 5px;
      height: 5px; }
    .sidebar .widget_kuaixun ul > li:hover:before {
      border-color: #00aeff; }
    .sidebar .widget_kuaixun ul > li .entry-title {
      font-size: 0.9em; }
    .sidebar .widget_kuaixun ul > li .entry-meta span {
      margin-right: 6px; }
    .sidebar .widget_kuaixun ul > li .collapsible {
      background: none;
      color: #333;
      display: block;
      cursor: pointer;
      font-size: 0.9em;
      height: auto;
      line-height: 1.35;
      padding: 0; }
    .sidebar .widget_kuaixun ul > li .kuaixun-summary {
      color: #777;
      font-size: 0.9em;
      line-height: 1.7;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out; }
      .sidebar .widget_kuaixun ul > li .kuaixun-summary p {
        margin: 0;
        padding: 0; }
      .sidebar .widget_kuaixun ul > li .kuaixun-summary .source-link {
        color: #00aeff;
        font-size: 0.95em;
        padding-bottom: 3px; }
        .sidebar .widget_kuaixun ul > li .kuaixun-summary .source-link:hover {
          border-bottom: 1px solid #e9e9e9; }

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

/* Posts with Thumbnail Widget */
.widget_posts_thumbnail ul li {
  margin: 0 0 20px 0; }
.widget_posts_thumbnail li:after {
  content: "";
  display: block;
  clear: both; }
.widget_posts_thumbnail .entry-thumbnail {
  float: left; }
.widget_posts_thumbnail .entry-wrap {
  display: table;
  line-height: 1.35; }
  .widget_posts_thumbnail .entry-wrap .entry-title {
    font-size: 0.9em;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
.widget_posts_thumbnail .thumbnail-wrap {
  float: left;
  margin: 0 12px 0 0;
  line-height: 0.5; }
.widget_posts_thumbnail .entry-meta {
  font-size: 12px;
  margin-top: 5px; }
  .widget_posts_thumbnail .entry-meta a {
    color: #999 !important;
    font-size: 12px; }
    .widget_posts_thumbnail .entry-meta a:hover {
      color: #333 !important; }
  .widget_posts_thumbnail .entry-meta .sep {
    margin: 0 2px; }

/* Tag Cloud Widget */
.widget_tag_cloud .tagcloud a {
  border: 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 32%;
  font-size: 12px !important;
  margin: 0 2% 5px 0;
  padding: 3px 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .widget_tag_cloud .tagcloud a:hover {
    color: #fff !important;
    text-decoration: none; }
  .widget_tag_cloud .tagcloud a:nth-of-type(3n) {
    margin-right: 0; }

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  font-size: 13px;
  color: #999;
  margin-left: 5px; }

.sidebar {
  /* Ad Widget */ }
  .sidebar .widget_ad {
    background: none !important;
    padding: 0 !important;
    position: relative;
    box-shadow: none; }
    .sidebar .widget_ad .adwidget {
      line-height: 0.8; }
    .sidebar .widget_ad .widget-title {
      border-bottom: none;
      color: #fff !important;
      display: none;
      font-size: 11px;
      font-weight: normal;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      background: rgba(50, 50, 50, 0.3);
      padding: 2px 5px;
      border-top-right-radius: 10px; }
      .sidebar .widget_ad .widget-title:before {
        content: none; }

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
/* Bottom Right Buttons */
.bottom-right {
  display: none;
  width: 42px;
  position: fixed;
  right: 15px;
  bottom: 100px;
  /* Back to top button */ }
  .bottom-right .bottom-icon {
    border: 1px solid #eaeaea;
    margin-bottom: -1px; }
  .bottom-right #back-top.bottom-icon {
    visibility: hidden; }
  .bottom-right .icon-contact a {
    border-top: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .bottom-right span.icon-link,
  .bottom-right a {
    background-color: #fff;
    cursor: pointer;
    display: inline-block; }
    .bottom-right span.icon-link span,
    .bottom-right a span {
      color: #999;
      display: inline-block;
      line-height: 38px;
      width: 40px;
      z-index: 25;
      background: #fff;
      font-size: 24px;
      text-align: center;
      -webkit-backface-visibility: hidden; }
    .bottom-right span.icon-link .icon,
    .bottom-right a .icon {
      font-size: 16px;
      line-height: 38px; }
    .bottom-right span.icon-link .text,
    .bottom-right a .text {
      display: none;
      width: 36px;
      height: 32px;
      line-height: 1;
      font-size: 13px;
      padding: 6px 2px 0 2px; }
    .bottom-right span.icon-link:hover,
    .bottom-right a:hover {
      text-decoration: none; }
      .bottom-right span.icon-link:hover .icon,
      .bottom-right a:hover .icon {
        display: none; }
      .bottom-right span.icon-link:hover .text,
      .bottom-right a:hover .text {
        display: inline-block; }

/* Tooltip */
.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.7; }

.left-space {
  min-width: 210px;
  position: relative;
  position: absolute;
  top: 50%;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s; }

.tooltip .left {
  min-width: 200px;
  margin-right: 11px;
  transform: translate(0, -50%);
  padding: 10px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }
  .tooltip .left h3 {
    color: #333;
    font-weight: normal; }

.tooltip:hover .left-space {
  visibility: visible;
  opacity: 1; }

.tooltip .left i {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden; }

.tooltip .left i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }

.contact-info h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1px; }
.contact-info strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center; }
.contact-info p {
  margin-bottom: 6px; }
.contact-info img {
  vertical-align: middle; }

.icon-weixin h3 {
  text-align: center; }

/* Friend Links */
#friend-links ul li {
  float: left;
  margin: 0 10px 5px 0; }
  #friend-links ul li:after {
    clear: both;
    content: " ";
    display: block; }
  #friend-links ul li a {
    color: #777;
    font-size: 0.85em; }
    #friend-links ul li a:hover {
      color: #333; }

/* Site Bottom */
#site-bottom {
  color: #777;
  font-size: .83em; }
  #site-bottom .site-info {
    line-height: 2; }
    #site-bottom .site-info .ga-link {
      position: relative; }
      #site-bottom .site-info .ga-link img {
        position: relative;
        margin: 0 5px 0 0;
        width: 16px;
        height: auto;
        top: 3px; }
  #site-bottom a {
    color: #777; }
  #site-bottom .footer-menu {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 10px 0;
    padding-bottom: 5px; }
    #site-bottom .footer-menu li {
      display: inline-block;
      list-style: none;
      margin: 0 10px 5px 0; }
      #site-bottom .footer-menu li:last-child {
        margin-right: 0; }
      #site-bottom .footer-menu li a strong {
        display: none; }
      #site-bottom .footer-menu li li {
        display: none; }

.page-template-page-tags #site-bottom,
.page-template-full-width #site-bottom,
.page-template-page-zhuanti #site-bottom {
  text-align: center;
  padding: 15px 0 20px;
  background: #f4f5f6;
  margin-top: 20px; }
  .page-template-page-tags #site-bottom .footer-menu,
  .page-template-full-width #site-bottom .footer-menu,
  .page-template-page-zhuanti #site-bottom .footer-menu {
    display: inline-block; }

/*--------------------------------------------------------------
9. Misc.
--------------------------------------------------------------*/
/* Ads */
.single-top-ad {
  line-height: 1;
  margin-bottom: 20px;
  text-align: center; }
  .single-top-ad .widget-title {
    display: none !important; }
  .single-top-ad img {
    line-height: 0.5; }

.single-bottom-ad {
  line-height: 1;
  margin-bottom: 20px;
  text-align: center; }
  .single-bottom-ad .widget-title {
    display: none !important; }
  .single-bottom-ad img {
    line-height: 0.5; }

#wpadminbar ul#wp-admin-bar-root-default > li.zhutibaba a {
  background: url("../images/zhutibaba-favicon.png") no-repeat left center;
  background-size: 24px 24px;
  -webkit-backface-visibility: hidden;
  padding-left: 26px; }

_::-webkit-full-page-media .header-search .search-input, _:future .header-search .search-input, :root .header-search .search-input {
  line-height: 38px;
  width: 300px; }

/* CSS3 Effects */
.full-width {
  float: none;
  width: 100% !important; }

.full-width .right-col {
  width: 1030px; }

/* Carousel */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.gradient {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  bottom: 0;
  content: "";
  height: 35%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

#featured-slider {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }
  #featured-slider .bxslider {
    line-height: 0.5; }
    #featured-slider .bxslider li {
      display: none; }
      #featured-slider .bxslider li:first-child {
        display: block; }
  #featured-slider .bxslider,
  #featured-slider .thumbnail-link {
    overflow: hidden; }
  #featured-slider .entry-category {
    position: absolute;
    top: 10px;
    left: 10px; }
  #featured-slider .owl-carousel {
    border-radius: 4px;
    transition: .3s all; }
    #featured-slider .owl-carousel:hover .owl-nav {
      display: block; }
  #featured-slider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -18px;
    display: none; }
    #featured-slider .owl-carousel .owl-nav button.owl-prev,
    #featured-slider .owl-carousel .owl-nav button.owl-next {
      background: rgba(0, 0, 0, 0.25);
      border-radius: 0;
      color: #fff;
      height: 36px;
      width: 25px;
      line-height: 25px;
      position: absolute;
      transition: .3s all; }
      #featured-slider .owl-carousel .owl-nav button.owl-prev span,
      #featured-slider .owl-carousel .owl-nav button.owl-next span {
        display: none; }
      #featured-slider .owl-carousel .owl-nav button.owl-prev:hover,
      #featured-slider .owl-carousel .owl-nav button.owl-next:hover {
        background: rgba(0, 0, 0, 0.55); }
      #featured-slider .owl-carousel .owl-nav button.owl-prev:before,
      #featured-slider .owl-carousel .owl-nav button.owl-next:before {
        font-size: 24px; }
    #featured-slider .owl-carousel .owl-nav button.owl-prev {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      left: 0; }
      #featured-slider .owl-carousel .owl-nav button.owl-prev:before {
        font-family: fontawesome;
        content: '\f104';
        display: inline-block; }
    #featured-slider .owl-carousel .owl-nav button.owl-next {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      right: 0; }
      #featured-slider .owl-carousel .owl-nav button.owl-next:before {
        font-family: fontawesome;
        content: '\f105';
        display: inline-block; }
  #featured-slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 14px;
    bottom: 0;
    z-index: 99; }
  #featured-slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  #featured-slider .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 0 0 4px;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%; }
  #featured-slider .owl-theme .owl-dots .owl-dot.active span,
  #featured-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff; }
  #featured-slider .featured-slide {
    position: relative; }
    #featured-slider .featured-slide:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
    #featured-slider .featured-slide img {
      border-radius: 4px;
      width: 100%;height: 273px; }
    #featured-slider .featured-slide .thumbnail-link {
      display: block; }
    #featured-slider .featured-slide .entry-header {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      height: 54px;
      overflow: hidden; }
    #featured-slider .featured-slide .entry-title {
      line-height: 54px;
      font-size: 1.3em;
      padding: 0 80px 0 15px; }
      #featured-slider .featured-slide .entry-title a {
        color: #fff;
        display: block; }
        #featured-slider .featured-slide .entry-title a:hover {
          text-decoration: none; }
    #featured-slider .featured-slide .gradient {
      border-radius: 4px; }
  #featured-slider .link-block {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0; }

/* Theme fonts and colors */
body,
input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
table,
label,
.sidebar .widget_ad .widget-title,
.site-footer .widget_ad .widget-title {
  font-family: Arial,"PingFang SC","Microsoft YaHei",sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial,"PingFang SC","Microsoft YaHei",sans-serif; }

/* Grid System */
.ht_grid_1_2 {
  float: left;
  width: 48%;
  margin-right: 4%; }
  .ht_grid_1_2:nth-of-type(2n) {
    margin-right: 0; }
  .ht_grid_1_2:nth-of-type(2n+1) {
    clear: left; }
  .ht_grid_1_2:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right; }

.ht_grid_1_3 {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%; }
  .ht_grid_1_3:nth-of-type(3n+0) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_3:nth-of-type(3n+1) {
    clear: left; }

.ht_grid_1_4 {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 23.5%; }
  .ht_grid_1_4:nth-of-type(4n+0) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_4:nth-of-type(4n+1) {
    clear: left; }

.ht_fixed_grid_1_3 {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%; }
  .ht_fixed_grid_1_3:nth-of-type(3n+0) {
    margin-right: 0;
    clear: right; }
  .ht_fixed_grid_1_3:nth-of-type(3n+1) {
    clear: left; }

.ht_fixed_grid_1_4 {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 23.5%; }
  .ht_fixed_grid_1_4:nth-of-type(4n+0) {
    margin-right: 0;
    clear: right; }
  .ht_fixed_grid_1_4:nth-of-type(4n+1) {
    clear: left; }

/* Responsive Grid */
@media only screen and (max-width: 959px) {
  .ht_grid_1_4 {
    width: 48.5%;
    margin-bottom: 20px; }
    .ht_grid_1_4:nth-of-type(2n+0) {
      margin-right: 0;
      clear: right; }
    .ht_grid_1_4:nth-of-type(2n+1) {
      clear: left; } }
@media only screen and (max-width: 600px) {
  .ht_grid_1_4 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .ht_grid_1_3,
  .ht_grid_1_2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
.ht_grid_1_2_custom {
  float: left;
  width: 49%;
  margin-right: 2%; }
  .ht_grid_1_2_custom:nth-of-type(2n) {
    margin-right: 0; }
  .ht_grid_1_2_custom:nth-of-type(2n+1) {
    clear: left; }
  .ht_grid_1_2_custom:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_2_custom img {
    width: 100%; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 1000; }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #888;
  font-size: 14px;
  width: 400px;
  padding: 25px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align: center; }
  .modal-content img {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    width: 100%;
    max-width: 100%; }
  .modal-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 10px; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* Social Share */
@font-face {
  font-family: "socialshare";
  src: url("assets/fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg"); }
.social-share {
  font-family: "socialshare" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.social-share {
  position: relative;
  top: -3px; }

.sticky-breadcrumbs .social-share {
  top: 0;
  margin-right: 15px; }

.social-share * {
  font-family: "socialshare" !important; }

.social-share .icon-tencent:before {
  content: ""; }

.social-share .icon-qq:before {
  content: ""; }

.social-share .icon-weibo:before {
  content: ""; }

.social-share .icon-wechat:before {
  content: ""; }

.social-share .icon-douban:before {
  content: ""; }

.social-share .icon-heart:before {
  content: ""; }

.social-share .icon-like:before {
  content: ""; }

.social-share .icon-qzone:before {
  content: ""; }

.social-share .icon-linkedin:before {
  content: ""; }

.social-share .icon-diandian:before {
  content: ""; }

.social-share .icon-facebook:before {
  content: ""; }

.social-share .icon-google:before {
  content: ""; }

.social-share .icon-twitter:before {
  content: ""; }

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px 3px;
  display: inline-block;
  outline: none; }
  .social-share a:last-child {
    margin-right: 0; }

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 13px;
  border-radius: 4px;
  line-height: 20px;
  border: none;
  color: #fff;
  text-align: center;
  vertical-align: middle; }

.social-share .social-share-icon:hover {
  color: #fff; }

.social-share .icon-weibo {
  color: #fff;
  background-color: #ff763b; }

.social-share .icon-weibo:hover {
  background: #ff763b; }

.social-share .icon-tencent {
  color: #fff;
  background-color: #56b6e7; }

.social-share .icon-tencent:hover {
  background: #56b6e7; }

.social-share .icon-qq {
  color: #fff;
  background-color: #56b6e7; }

.social-share .icon-qq:hover {
  background: #56b6e7; }

.social-share .icon-qzone {
  color: #fff;
  background-color: #FDBE3D; }

.social-share .icon-qzone:hover {
  background: #FDBE3D; }

.social-share .icon-douban {
  color: #fff;
  background-color: #33b045; }

.social-share .icon-douban:hover {
  background: #33b045; }

.social-share .icon-linkedin {
  color: #fff;
  background-color: #0077B5; }

.social-share .icon-linkedin:hover {
  background: #0077B5; }

.social-share .icon-facebook {
  color: #fff;
  background-color: #44619D; }

.social-share .icon-facebook:hover {
  background: #44619D; }

.social-share .icon-google {
  color: #fff;
  background-color: #db4437; }

.social-share .icon-google:hover {
  background: #db4437; }

.social-share .icon-twitter {
  color: #fff;
  background-color: #55acee; }

.social-share .icon-twitter:hover {
  background: #55acee; }

.social-share .icon-diandian {
  color: #fff;
  background-color: #307DCA; }

.social-share .icon-diandian:hover {
  background: #307DCA; }

.social-share .icon-wechat {
  position: relative;
  color: #fff;
  background-color: #7bc549; }

.social-share .icon-wechat:hover {
  background: #7bc549; }

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: -202px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  z-index: 9999;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms; }

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px; }

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none; }

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777; }

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto; }

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important; }

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0; }

.social-share .icon-wechat .wechat-qrcode:after {
  content: none;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; }

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block; }

/* Responsive Menu */
.header-right li.header-toggles {
  display: none;
  position: relative;
  top: -1px; }
  .header-right li.header-toggles .toggle-icon {
    position: relative;
    padding: 1px 0; }
    .header-right li.header-toggles .toggle-icon svg {
      fill: #333;
      height: 0.5rem;
      padding: 1px 0; }
  .header-right li.header-toggles .toggle-text {
    color: #666; }
  .header-right li.header-toggles.header-no-search {
    right: 5px; }

button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #333;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none; }

/* Header Toggles ---------------------------- */
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
  text-decoration: underline; }

.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99; }

.admin-bar .menu-modal {
  top: 32px; }

@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px; } }
.menu-modal.show-modal {
  display: flex; }

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out; }

.menu-modal-inner {
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%; }

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }

button.close-nav-toggle {
  display: block;
  font-size: 1rem;
  justify-content: flex-end;
  padding: 0.3rem 1.5rem;
  width: 100%;
  height: auto;
  text-align: right; }

button.close-nav-toggle svg {
  height: 1rem;
  width: 1rem;
  position: relative;
  top: 3px; }

button.close-nav-toggle .toggle-text {
  margin-right: 0.6rem; }

.menu-modal .menu-top {
  flex-shrink: 0; }

/* Main Menu --------------------------------- */
.modal-menu {
  /*
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  */ }

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 1px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0; }

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 1.2rem;
  font-weight: 700; }
  .modal-menu > li > a span,
  .modal-menu > li > .ancestor-wrapper > a span {
    display: none; }

.modal-menu > li:last-child {
  border-bottom-width: 1px; }

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.modal-menu a {
  display: block;
  padding: 1rem 1.5rem;
  line-height: 30px;
  text-decoration: none;
  width: 100%; }
  .modal-menu a .fa {
    width: 24px;
    text-align: center; }

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: none; }

button.sub-menu-toggle {
  border-left: 1px solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 1.5rem;
  height: 30px;
  line-height: 30px; }

button.sub-menu-toggle svg {
  height: 0.8rem;
  transition: transform 0.15s linear;
  width: 1rem; }

button.sub-menu-toggle.active svg {
  transform: rotate(180deg); }

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%; }

.modal-menu ul li {
  border-left-width: 1rem;
  border-left-color: #fff; }

.modal-menu ul li a {
  color: inherit;
  font-weight: 500; }

/* Main menu animation ----------------------- */
.menu-wrapper {
  width: 100%; }

.menu-wrapper .menu-item {
  position: relative; }

.menu-wrapper .active {
  display: block; }

.menu-wrapper.is-toggling {
  pointer-events: none; }

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%; }

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto; }

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms; }

.menu-wrapper.is-animating .menu-item {
  transition-property: transform; }

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; }

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0; }

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0; }

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1; }

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 1px; }

@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important; } }
/* Expanded Menu ----------------------------- */
.mobile-menu {
  display: block; }

/*# sourceMappingURL=style.css.map */
